
      /*企业概览*/
        /*广告 开始*/
.tanContainer{width:100%;height:100%;position: fixed;top:0;left:0;z-index: 999999;background: #e1f8fe;}
/*轮播2部分 开始*/
.slideBoxTwo{width:100%;height:100%;position:relative;overflow:hidden;margin:0 auto; }
.slideBoxTwo .hdTwo{width:100%;position:absolute;z-index:1;text-align:center;bottom:0;left:0;}
.slideBoxTwo .hdTwo li{display:block;float:left;text-indent:-9999px;overflow:hidden;}
.slideBoxTwo .hdTwo li:nth-child(odd){background: #b5b5b5;}
.slideBoxTwo .hdTwo li:nth-child(even){background: #c9c9c9;}
.slideBoxTwo .hdTwo li.on{background:#ff7312;}
.slideBoxTwo .bdTwo{position:relative;z-index:0;height:100%;}
.slideBoxTwo .bdTwo li{position:relative;text-align:center;height:100%;}
.slideBoxTwo .bdTwo li img{vertical-align:top;width:100%; /*图片宽度100%，达到自适应效果 */}
.slideBoxTwo .bdTwo li a{-webkit-tap-highlight-color:rgba(0,0,0,0);/* 去掉链接触摸高亮 */}

.closeBtn{text-align:center;color:#fff;cursor:pointer;border-radius:3px;letter-spacing:0.3em;padding-left: 0.3em;background:#000;position: absolute;bottom:3%;right:35%;z-index: 999999;opacity: 0.7;}
.timeBtn{width:100px;height:30px;background:#00A1CB;position: absolute;top:8%;right:5%;z-index: 999999;}
/*广告 结束*/

    .slideBoxTwo .hdTwo li{height:5px;}
    .slideBoxTwo .bdTwo li img{height:140px;}

    .closeBtn{width:100px;height:26px;line-height:26px;font-size:1.25em;}

    .closeBtn {
    width: 160px;
    height: 45px;
    line-height: 45px;
    font-size: 2em;
    border-radius: 6px;
    right: 38%;
}

    .closeBtn {
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    letter-spacing: 0.3em;
    padding-left: 0.3em;
    background: #000;
    position: absolute;
    bottom: 3%;
    right: 35%;
    z-index: 999999;
    opacity: 0.7;
}

        .tanContainer
        {
            /*默认不显示企业概览*/
            display:none;
        }
